'Declaration Public Function Contains( _
ByVal itemПара ключ/значение для поиска в словаре.As System.Collections.Generic.KeyValuePair(Of String,T) _
) As Boolean
public bool Contains(
System.Collections.Generic.KeyValuePair<string,T> item
)
public: bool Contains(
System.Collections.Generic.KeyValuePair<string,T*>* item
)
public:
bool Contains(
System.Collections.Generic.KeyValuePair<string,T^>^ item
)
Parameters
- item
- Пара ключ/значение для поиска в словаре.
Return Value
True, если пара ключ/значение найдена в словаре; в противном случае, false.